Command: <>

NEST HelpDesk Command Index NEST Quick Reference

Name:
 <> - Construct an array or vector, depending on the element type.
Synopsis:
 < obj1 ... obj n > -> [obj1, ... , objn]
          < int1 ... intn >  -> <# int1 ... intn #>
          < double1 ... doublen > -> <. d1 ... dn .>
Description:
Create an array, intvector, or doublevector, depending on the type of the entered elements.
This constructor uses the type of the first element in the sequence to determine the target type. All other
elements will be converted.
FirstVersion:
 Dec 18 2012
Author:
 Marc-Oliver Gewaltig
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/lib/sli/mathematica.sli

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative